Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR bumps the version from 0.80 to 0.81 and documents the removal of Prompt Flow CLI option and slash command in favor of the new Flow Skills feature.
Changes:
- Version numbers updated from 0.80 to 0.81 across all package files and lock file
- Added 0.81 release notes to all changelog files documenting Flow Skills introduction
- Added breaking changes documentation for
--prompt-flowoption and/begincommand removal
Reviewed changes
Copilot reviewed 7 out of 8 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| pyproject.toml | Updated kimi-cli version to 0.81 |
| packages/kimi-code/pyproject.toml | Updated kimi-code version to 0.81 and kimi-cli dependency to 0.81 |
| uv.lock | Synced lock file with updated versions |
| CHANGELOG.md | Added 0.81 release notes with Flow Skills changes |
| docs/en/release-notes/changelog.md | Added 0.81 release notes (English) |
| docs/zh/release-notes/changelog.md | Added 0.81 release notes (Chinese) |
| docs/en/release-notes/breaking-changes.md | Documented breaking changes for 0.81 (English) |
| docs/zh/release-notes/breaking-changes.md | Documented breaking changes for 0.81 (Chinese) |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Bump kimi-cli and kimi-code to version 0.81.
Changes
Version Updates
pyproject.toml: 0.80 → 0.81packages/kimi-code/pyproject.toml: 0.80 → 0.81 (version + dependency)uv.lock: syncedChangelog Updates
CHANGELOG.md: Added 0.81 (2026-01-21) release notesdocs/en/release-notes/changelog.md: Synced via scriptdocs/zh/release-notes/changelog.md: Added 0.81 release notesBreaking Changes Documentation
docs/en/release-notes/breaking-changes.md: Added 0.81 sectiondocs/zh/release-notes/breaking-changes.md: Added 0.81 sectionRelease Notes (0.81)
/flow:<skill-name>commands--prompt-flowoption; use flow skills instead/begincommand with/flow:<skill-name>commands for flow skillsBreaking Changes
--prompt-flowCLI option removed → use flow skills instead/beginslash command replaced → use/flow:<skill-name>commands